<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: calc(100% - 106px);
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide &gt; a{
	position: relative;
}
.in-banner .swiper-slide &gt; a &gt; img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-slide &gt; a &gt; .textbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.in-banner .swiper-slide &gt; a &gt; .textbox &gt; div{
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-banner .swiper-slide &gt; a &gt; .textbox &gt; div img{
	max-width: 100% !important;
	height: auto !important;
	display: block;
}
.in-banner .swiper-button-prev{
	left:3%;
}
.in-banner .swiper-button-next{
	right:3%;
}
.in-banner .swiper-button-prev,
.in-banner .swiper-button-next{
	width: 20px;
	height: 40px;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 24px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin:0 8px;
	background: none;
	border-radius: 50%;
	border:2px #fff solid;
	position: relative;
	opacity: 1;
}
.in-banner .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	left:50%;
	top:50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active:after{
	display: block;
}
@media (max-width:1280px) {
	.in-banner{
		height: calc(100% - 80px);
	}
}
@media (max-width: 992px) {
	.in-banner{
		height: calc(100% - 70px);
	}
}
@media (max-width: 750px) {
	.in-banner{
		height: calc(100% - 54px);
	}
	.in-banner .swiper-button-prev,
	.in-banner .swiper-button-next{
		width: 12px;
		height: 24px;
	}
	.in-banner .swiper-button-prev:after,
	.in-banner .swiper-button-next:after{
		font-size: 18px;
	}
	.in-banner .swiper-pagination{
		bottom: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		margin:0 4px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet:after{
		width: 3px;
		height: 3px;
	}
}

.in-about{
	overflow: hidden;
}
.in-about .box1,
.in-about .box2{
	width: 100%;
	overflow: hidden;
}
.in-about .box1{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-about .box1 .left{
	width: 45%;
	background: #000;
}
.in-about .box1 .left video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-about .box1 .right{
	width: 50%;
}
.in-about .box1 .right .title{
	font-weight: bolder;
	color: #d8180e;
	line-height: 32px;
	padding-bottom: 20px;
	position: relative;
}
.in-about .box1 .right .title:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #000;
	left: 0;
	bottom: 0;
}
.in-about .box1 .right .number ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.in-about .box1 .right .number li{
	margin-right: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.in-about .box1 .right .number li:nth-child(3){
	margin-right: 0;
}
.in-about .box1 .right .more a{
	width: 154px;
	height: 40px;
	border:1px #d8180e solid;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d8180e;
}
.in-about .box1 .right .more a i{
	margin-left: 10px;
}
.in-about .box1 .right .more a:hover{
	background: #d8180e;
	color: #fff;
}
.in-about .box2 a{
	display: block;
	position: relative;
}
.in-about .box2 .image{
    width: 100%;
    overflow: hidden;
}
.in-about .box2 .image img{
	width: 100%;
	display: block;
}
.in-about .box2 .word{
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    left: 0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	padding:0 10px;
}
.in-about .box2 .swiper-pagination{
	width: 100%;
	height: 4px;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-about .box2 .swiper-pagination .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #dddddd;
	opacity: 1;
}
.in-about .box2 .swiper-pagination .swiper-pagination-bullet-active{
	background: #d8180e;
}
@media (max-width:1280px) {
	.in-about .box1{
		flex-direction: column;
	}
	.in-about .box1 .left,
	.in-about .box1 .right{
		width: 100%;
	}
	.in-about .box1 .right{
		margin-top: 5%;
	}
	.in-about .box1 .right .title{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 14px;
		text-align: center;
	}
	.in-about .box1 .right .title:after{
		left: 50%;
		margin-left: -20px;
	}
	.in-about .box1 .right .number img{
		width: 30px;
	}
	.in-about .box1 .right .more a{
		margin:0 auto;
	}
}
@media (max-width:992px) {}
@media (max-width:750px) {
	.in-about .box1 .right .title{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 8px;
	}
	.in-about .box1 .right .title:after{
		width: 30px;
	}
	.in-about .box1 .right .title:after{
		margin-left: -15px;
	}
	.in-about .box1 .right .number .word h1{
		font-size: 14px;
	}
	.in-about .box1 .right .more a{
		width: 124px;
		height: 36px;
		border-radius: 18px;
	}
	.in-about .box2 .swiper-pagination{
		height: 2;
	}
	.in-about .box2 .swiper-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
	}
}

.in-products{
	width: 100%;
	position: relative;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	overflow: hidden;
}
.in-products .title{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
}
.in-products .title h1{
	font-size: 120px;
	line-height: 120px;
	color: rgba(255, 255, 255, .35);
	font-weight: bolder;
}
.in-products .title h2{
	margin-top: 40px;
	font-size: 18px;
}
.in-products li{
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	border-right: 1px solid rgba(255, 255, 255, .15);
}
.in-products a{
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.in-products .word{
	width: 148px;
	height: 148px;
	font-weight: bold;
	border-radius: 50%;
	background: #d8180e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:20px;
	word-wrap:break-word;
    word-break:break-all;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products li.on a .word,
.in-products a:hover .word{
    background: #fff;
    color: #d8180e;
}
@media (max-width:1680px) {
	.in-products .title h1{
		font-size: 100px;
		line-height: 100px;
	}
	.in-products .title h2{
		font-size: 16px;
	}
	.in-products a{
		height: 720px;
	}
	.in-products .word{
		font-size: 18px;
	}
}
@media (max-width:1480px) {
	.in-products .title h1{
		font-size: 80px;
		line-height: 80px;
	}
	.in-products .title h2{
		margin-top: 20px;
		font-size: 14px;
	}
	.in-products .word{
		width: 120px;
		height: 120px;
		padding:10px;
	}
}
@media (max-width:1280px) {
	.in-products .title h1{
		font-size: 60px;
		line-height: 60px;
	}
	.in-products a{
		padding:80px 0;
	}
	.in-products .word{
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.in-products a{
		padding:60px 0;
		height: 640px;
	}
}
@media (max-width: 750px) {
	.in-products .title h1{
		font-size: 48px;
		line-height: 48px;
	}
	.in-products .title h2{
		margin-top: 10px;
	}
	.in-products a{
		height: 540px;
		padding:40px 0;
	}
	.in-products .word{
		font-size: 14px;
	}
}

.in-case{
	overflow: hidden;
}
.in-case .title{
	width: 100%;
	text-align: center;
}
.in-case .title h1{
	line-height: 36px;
	font-weight: bolder;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.in-case .title h1:before,
.in-case .title h1:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #d8180e;
	position: absolute;
	bottom: 0;
	margin-left: 4px;
}
.in-case .title h1:before{
	left: 50%;
}
.in-case .title h1:after{
	right: 50%;
	margin-right: 4px;
}
.in-case .content li{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-case .content a{
	display: block;
}
.in-case .content .image{
	width: 64%;
}
.in-case .content .image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-case .content .word{
	width: 31%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.in-case .content .word .t{
	font-weight: bolder;
}
.in-case .content .word .m{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.in-case .content .word .m .left a{
	display: flex;
	align-items: center;
}
.in-case .content .word .m .left i{
	width: 48px;
	height: 28px;
	border-radius: 14px;
	border:1px #ccc solid;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.in-case .content .word .m .right .swiper-pagination{
	display: flex;
	height: 9px;
	position: static;
}
.in-case .content .word .m .right .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	background: #808080;
	opacity: 1;
	margin-left: 10px;
	border-radius: 50%;
}
.in-case .content .word .m .right .swiper-pagination-bullet-active{
    background: #d8180e;
}
.in-case .content .word .m .left a:hover i{
	background: #d8180e;
	border-color: #d8180e;
	color: #fff;
}
.in-case .more a{
	width: 180px;
	height: 56px;
	border:2px #d8180e solid;
	color: #d8180e;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
}
.in-case .more a i{
	margin-left: 10px;
}
.in-case .more a:hover{
	background: #d8180e;
	color: #fff;
}
@media (max-width:1280px) {
	.in-case .title h1{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 14px;
	}
	.in-case .title h1:before,
	.in-case .title h1:after{
		width: 30px;
		height: 4px;
		margin-left: 2px;
	}
	.in-case .title h1:after{
		margin-right: 2px;
	}
	.in-case .content li{
		flex-direction: column;
	}
	.in-case .content .image,
	.in-case .content .word{
		width: 100%;
	}
	.in-case .content .word{
		margin-top: 5%;
	}
	.in-case .content .word .t {
	    font-size: 18px;
	}
}
@media (max-width:992px) {
	.in-case .more a{
		width: 140px;
		height: 50px;
	}
}
@media (max-width:750px) {
	.in-case .title h1{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 8px;
	}
	.in-case .title h1:before,
	.in-case .title h1:after{
		width: 20px;
		height: 2px;
	}
	.in-case .content .word .t {
	    font-size: 16px;
	}
	.in-case .content .word .m .left i{
		width: 38px;
		height: 24px;
		border-radius: 12px;
	}
	.in-case .more a{
		width: 120px;
		height: 40px;
	}
}

.in-advantage{
	width: 100%;
	background: url(../images/in-bg1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.in-advantage .title{
	text-align: center;
}
.in-advantage .title h1{
	line-height: 42px;
	font-weight: bolder;
}
.in-advantage .content ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.in-advantage .content li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 2%;
}
.in-advantage .content li:nth-child(5){
	margin-right: 0;
}
.in-advantage .content .icon i{
	font-size: 72px;
	line-height: 72px;
	display: block;
}
.in-advantage .content .word{
	text-align: center;
}
.in-advantage .content .word h1{
	line-height: 48px;
}
@media (max-width:1280px) {
	.in-advantage .title h1{
		line-height: 36px;
	}
	.in-advantage .content ul{
		justify-content: center;
	}
	.in-advantage .content li{
		width: 32%;
	}
	.in-advantage .content li:nth-child(3){
		margin-right: 0;
	}
	.in-advantage .content .word h1{
		line-height: 42px;
	}
}
@media (max-width:992px) {
	.in-advantage .title h1{
		line-height: 32px;
	}
	.in-advantage .content .icon i{
		font-size: 64px;
		line-height: 64px;
	}
	.in-advantage .content .word h1{
		line-height: 36px;
	}
}
@media (max-width:750px) {
	.in-advantage .title h1{
		font-size: 18px;
		line-height: 24px;
	}
	.in-advantage .content .icon{
		margin-bottom: 6px;
	}
	.in-advantage .content .icon i{
		font-size: 56px;
		line-height: 56px;
	}
	.in-advantage .content li{
		width: 49%;
	}
	.in-advantage .content li:nth-child(3){
		margin-right: 2%;
	}
	.in-advantage .content li:nth-child(4){
		margin-right: 0;
	}
	.in-advantage .content li:nth-child(2){
		margin-right: 0;
	}
}

.in-honor{
	overflow: hidden;
}
.in-honor .title{
	width: 100%;
	text-align: center;
}
.in-honor .title h1{
	line-height: 36px;
	font-weight: bolder;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.in-honor .title h1:before,
.in-honor .title h1:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #d8180e;
	position: absolute;
	bottom: 0;
	margin-left: 4px;
}
.in-honor .title h1:before{
	left: 50%;
}
.in-honor .title h1:after{
	right: 50%;
	margin-right: 4px;
}
.in-honor .content .swiper-slide {
    width: 720px;
    height: 528px;
}
.in-honor .content .swiper-slide .image{
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
.in-honor .content .swiper-slide .image img{
	width:100%;
	height: 100%;
	object-fit: cover;
    display:block;
}
.in-honor .content .swiper-slide .text{
	display: none;
}
.in-honor .content .swiper-slide-active .image{
	border:4px #d8180e solid;
}
.in-honor .content .swiper-title{
	text-align: center;
	font-weight: bolder;
}
.in-honor .content .swiper-control{
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-honor .content .swiper-control .swiper-button-prev,
.in-honor .content .swiper-control .swiper-button-next{
	width: 68px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: static;
	background: #151310;
	margin:0 4px;
}
.in-honor .content .swiper-control .swiper-button-prev:after,
.in-honor .content .swiper-control .swiper-button-next:after{
    display: none;
}
.in-honor .content .swiper-control .swiper-button-prev i,
.in-honor .content .swiper-control .swiper-button-next i{
    font-size: 18px;
}
.in-honor .content .swiper-control .swiper-button-prev:hover,
.in-honor .content .swiper-control .swiper-button-next:hover{
    background: #d8180e;
}
@media (max-width:1280px) {
	.in-honor .title h1{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 14px;
	}
	.in-honor .title h1:before,
	.in-honor .title h1:after{
		width: 30px;
		height: 4px;
		margin-left: 2px;
	}
	.in-honor .title h1:after{
		margin-right: 2px;
	}
}
@media (max-width:992px) {
	.in-honor .more a{
		width: 140px;
		height: 50px;
	}
	.in-honor .content .swiper-slide {
	    width: 438px;
	    height: 328px;
	}
}
@media (max-width:750px) {
	.in-honor .title h1{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 8px;
	}
	.in-honor .title h1:before,
	.in-honor .title h1:after{
		width: 20px;
		height: 2px;
	}
	.in-honor .content .swiper-slide {
	    width: 288px;
	    height: 218px;
	}
}</pre></body></html>